| .. |
|
bug_OS_10735999.js
|
989f86d130
Fix byte code gen with block-scoped function called from with and captured elsewhere. Make sure that if some references to a block-scoped function are optimized to refer to the var-scoped binding and others are not, and both bindings are marked for closure capture, then both scopes are processed accordingly.
|
9 лет назад |
|
bug_OS_13412380.js
|
70f651600a
Allow cross-site objects too in ActivationObjectEx::Is
|
8 лет назад |
|
bug_OS_2299723.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
bug_OS_2299723.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
bug_OS_2525694.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
bug_OS_2671095.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
bug_OS_2903083.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
bug_OS_9008744.js
|
036fe50c38
Merge unreleased/rs3 to release/1.7
|
8 лет назад |
|
bug_OS_9781249.js
|
98feda1ae2
copyright check
|
9 лет назад |
|
cachedscope_1.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
cachedscope_1.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
cachedscope_2.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure-callback.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure-callback.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure-funcexpr-eval-3.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure-funcexpr-eval.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure-qmark.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure-qmark.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure_binding.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure_binding.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure_binding_2.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure_binding_2.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure_multiple_1.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure_multiple_1.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure_multiple_2.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure_multiple_2.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
closure_ole.js
|
d4223160de
Correct the binding of references that are part of ES6-style object literal shorthand syntax, e.g., {a}, when parsing is deferred. We were not adding a reference to the identifier when !buildAST, with the result that the reference was never bound, and if the declaration was in an enclosing function, we failed to detect the non-local reference. No scope info was saved, so when we finally compiled the inner function we saw no local declaration and treated the identifier as an undeclared global variable.
|
9 лет назад |
|
copy-prop-stack-slot-test-framework.js
|
befa2b30b8
Remove ENABLE_PROJECTION
|
5 лет назад |
|
copy-prop-stack-slot.baseline
|
f32245f05d
Add unit test for stack-alloc closure copy-prop bug
|
8 лет назад |
|
copy-prop-stack-slot.js
|
fd03ee7d52
Clean up whitespace, particularly leading tabs
|
8 лет назад |
|
delaycapture-loopbody.js
|
3f8f503180
Correct the conditions for undef-initialization of delay-captured variables.
|
9 лет назад |
|
delaycapture-loopbody2.js
|
7de850a1ff
Similar issue to the missiung-undef-initialization case I fixed last week, this is the case where we have a dominating initialization that nevertheless doesn't write to the variable's register, but a later delay-captured reference does write to the register. Conservatively emitting undef-init now; delay capture needs to be revisited in the wake of the stable closures change.
|
9 лет назад |
|
initcachedscope.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
initcachedscope.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
invalcachedscope-caller.baseline
|
f0c4150309
Invalidate cached scopes in the call stack on Function.caller. Prevent a cached scope's variables from being cleared out if the function that escapes via Function.caller can access them.
|
9 лет назад |
|
invalcachedscope-caller.js
|
f0c4150309
Invalidate cached scopes in the call stack on Function.caller. Prevent a cached scope's variables from being cleared out if the function that escapes via Function.caller can access them.
|
9 лет назад |
|
invalcachedscope.baseline
|
5d8406741f
Initial commit
|
10 лет назад |
|
invalcachedscope.js
|
5d8406741f
Initial commit
|
10 лет назад |
|
rlexe.xml
|
c0723f4985
Moving RS4 changes to master
|
7 лет назад |
|
update-funcexpr.js
|
59233dce6c
Fix function expressions not to allow overwrite themselves
|
8 лет назад |