rhuanjl befa2b30b8 Remove ENABLE_PROJECTION vor 5 Jahren
..
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. vor 9 Jahren
bug_OS_13412380.js 70f651600a Allow cross-site objects too in ActivationObjectEx::Is vor 8 Jahren
bug_OS_2299723.baseline 5d8406741f Initial commit vor 10 Jahren
bug_OS_2299723.js 5d8406741f Initial commit vor 10 Jahren
bug_OS_2525694.js 5d8406741f Initial commit vor 10 Jahren
bug_OS_2671095.js 5d8406741f Initial commit vor 10 Jahren
bug_OS_2903083.js 5d8406741f Initial commit vor 10 Jahren
bug_OS_9008744.js 036fe50c38 Merge unreleased/rs3 to release/1.7 vor 8 Jahren
bug_OS_9781249.js 98feda1ae2 copyright check vor 9 Jahren
cachedscope_1.baseline 5d8406741f Initial commit vor 10 Jahren
cachedscope_1.js 5d8406741f Initial commit vor 10 Jahren
cachedscope_2.js 5d8406741f Initial commit vor 10 Jahren
closure-callback.baseline 5d8406741f Initial commit vor 10 Jahren
closure-callback.js 5d8406741f Initial commit vor 10 Jahren
closure-funcexpr-eval-3.baseline 5d8406741f Initial commit vor 10 Jahren
closure-funcexpr-eval.js 5d8406741f Initial commit vor 10 Jahren
closure-qmark.baseline 5d8406741f Initial commit vor 10 Jahren
closure-qmark.js 5d8406741f Initial commit vor 10 Jahren
closure.baseline 5d8406741f Initial commit vor 10 Jahren
closure.js 5d8406741f Initial commit vor 10 Jahren
closure_binding.baseline 5d8406741f Initial commit vor 10 Jahren
closure_binding.js 5d8406741f Initial commit vor 10 Jahren
closure_binding_2.baseline 5d8406741f Initial commit vor 10 Jahren
closure_binding_2.js 5d8406741f Initial commit vor 10 Jahren
closure_multiple_1.baseline 5d8406741f Initial commit vor 10 Jahren
closure_multiple_1.js 5d8406741f Initial commit vor 10 Jahren
closure_multiple_2.baseline 5d8406741f Initial commit vor 10 Jahren
closure_multiple_2.js 5d8406741f Initial commit vor 10 Jahren
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. vor 9 Jahren
copy-prop-stack-slot-test-framework.js befa2b30b8 Remove ENABLE_PROJECTION vor 5 Jahren
copy-prop-stack-slot.baseline f32245f05d Add unit test for stack-alloc closure copy-prop bug vor 8 Jahren
copy-prop-stack-slot.js fd03ee7d52 Clean up whitespace, particularly leading tabs vor 8 Jahren
delaycapture-loopbody.js 3f8f503180 Correct the conditions for undef-initialization of delay-captured variables. vor 9 Jahren
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. vor 9 Jahren
initcachedscope.baseline 5d8406741f Initial commit vor 10 Jahren
initcachedscope.js 5d8406741f Initial commit vor 10 Jahren
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. vor 9 Jahren
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. vor 9 Jahren
invalcachedscope.baseline 5d8406741f Initial commit vor 10 Jahren
invalcachedscope.js 5d8406741f Initial commit vor 10 Jahren
rlexe.xml c0723f4985 Moving RS4 changes to master vor 7 Jahren
update-funcexpr.js 59233dce6c Fix function expressions not to allow overwrite themselves vor 8 Jahren