bug unhandle VariableDeclaration if left is Array
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- javascript, swift
- Domain
- compilers
Research direction
Start with the VariableDeclaration handling for array destructuring and reproduce the supplied JavaScript, IL, and lifted-JavaScript example. Compare the emitted IL with the expected bindings and verify that the lifted output retains the destructured values and subsequent calls.
Written by the indexing model from the issue text.
Description
js
const [a0, a1] = fun0(t);
fun1(a0);
fun2(a1);
il
v0 <- LoadNamedVariable 't'
v1 <- LoadNamedVariable 'fun0'
v2 <- CallFunction v1, [v0]
v3 <- LoadNamedVariable 'a0'
v4 <- LoadNamedVariable 'fun1'
v5 <- CallFunction v4, [v3]
v6 <- LoadNamedVariable 'a1'
v7 <- LoadNamedVariable 'fun2'
v8 <- CallFunction v7, [v6]
lifted js
fun0(t);
fun1(a0);
fun2(a1);
- Dominant language
- Swift
- Stars
- 2.3k
- Forks
- 367
- Avg merge
- 23h 53m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from googleprojectzero/fuzzilli
-
Crash Open
Difficulty 4/5 3-5 days Newbie friendliness 38/100
googleprojectzero/fuzzilli#556 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 38/100
googleprojectzero/fuzzilli#555 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
googleprojectzero/fuzzilli#552 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
googleprojectzero/fuzzilli#551 · 1 comment ·
-
NJS Fuzz BUILD Open
Difficulty 4/5 3-5 days Newbie friendliness 20/100
googleprojectzero/fuzzilli#548 · 1 comment ·
All issues in googleprojectzero/fuzzilli
Similar issues
-
🎉 Add KinetTask Open
Difficulty 1/5 Under an hour Newbie friendliness 88/100
jaywcjlove/awesome-mac#2932 ·
-
tvOS
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
skiptools/skip-fuse-ui#147 ·
-
area:collectors P2
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
catehstn/social-brain-app#183 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100