Taylor Woll a6522270e7 [1.7>master] [MERGE #3994 @boingoing] Change var slot allocation order to avoid loading special symbols from incorrect slots 8 yıl önce
..
AssignmentToConst.baseline 8f40df4cb5 [MSFT 12313182] Detect assignment to const in nested functions that were originally deferred. Add symbol-is-const flag to Symbol and to ScopeInfo to allow us to detect this case. Don't rely on having access to a parse node for the declaration. 8 yıl önce
AssignmentToConst.js 8f40df4cb5 [MSFT 12313182] Detect assignment to const in nested functions that were originally deferred. Add symbol-is-const flag to Symbol and to ScopeInfo to allow us to detect this case. Don't rely on having access to a parse node for the declaration. 8 yıl önce
DeclOutofBlock.baseline 5d8406741f Initial commit 10 yıl önce
DeclOutofBlock.js 5d8406741f Initial commit 10 yıl önce
a.baseline 5d8406741f Initial commit 10 yıl önce
a.js 5d8406741f Initial commit 10 yıl önce
arguments.baseline 5d8406741f Initial commit 10 yıl önce
arguments.js 5d8406741f Initial commit 10 yıl önce
b.baseline 5d8406741f Initial commit 10 yıl önce
b.js 5d8406741f Initial commit 10 yıl önce
c.baseline 5d8406741f Initial commit 10 yıl önce
c.js 5d8406741f Initial commit 10 yıl önce
constreassign1.baseline cbf4967d45 Change assigning to const to runtime TypeError 10 yıl önce
constreassign1.js cbf4967d45 Change assigning to const to runtime TypeError 10 yıl önce
d.baseline 5d8406741f Initial commit 10 yıl önce
d.js 5d8406741f Initial commit 10 yıl önce
defer1.baseline 5d8406741f Initial commit 10 yıl önce
defer1.js 5d8406741f Initial commit 10 yıl önce
defer2.baseline cbf4967d45 Change assigning to const to runtime TypeError 10 yıl önce
defer2.js 5d8406741f Initial commit 10 yıl önce
defer3.baseline cbf4967d45 Change assigning to const to runtime TypeError 10 yıl önce
defer3.js 5d8406741f Initial commit 10 yıl önce
defer4.baseline 5d8406741f Initial commit 10 yıl önce
defer4.js 5d8406741f Initial commit 10 yıl önce
defer5.baseline 5d8406741f Initial commit 10 yıl önce
defer5.js 5d8406741f Initial commit 10 yıl önce
delete.baseline 5d8406741f Initial commit 10 yıl önce
delete.js 5d8406741f Initial commit 10 yıl önce
dop.baseline 5d8406741f Initial commit 10 yıl önce
dop.js 5d8406741f Initial commit 10 yıl önce
dop1.baseline 5d8406741f Initial commit 10 yıl önce
dop1.js 5d8406741f Initial commit 10 yıl önce
e.baseline 5d8406741f Initial commit 10 yıl önce
e.js 5d8406741f Initial commit 10 yıl önce
eval1.baseline 64c9c20ed7 Improve error message for not defined identifier; update baselines. Fixes #2901. 8 yıl önce
eval1.js 5d8406741f Initial commit 10 yıl önce
eval_fncdecl.baseline 5d8406741f Initial commit 10 yıl önce
eval_fncdecl.js 5d8406741f Initial commit 10 yıl önce
eval_letconst.js 5d8406741f Initial commit 10 yıl önce
f.baseline 5d8406741f Initial commit 10 yıl önce
f.js 5d8406741f Initial commit 10 yıl önce
for-loop.baseline 5d8406741f Initial commit 10 yıl önce
for-loop.js 5d8406741f Initial commit 10 yıl önce
g.baseline 5d8406741f Initial commit 10 yıl önce
g.js 5d8406741f Initial commit 10 yıl önce
h.baseline 5d8406741f Initial commit 10 yıl önce
h.js 5d8406741f Initial commit 10 yıl önce
i.baseline 5d8406741f Initial commit 10 yıl önce
i.js 5d8406741f Initial commit 10 yıl önce
j.baseline 5d8406741f Initial commit 10 yıl önce
j.js 5d8406741f Initial commit 10 yıl önce
k.baseline 5d8406741f Initial commit 10 yıl önce
k.js 5d8406741f Initial commit 10 yıl önce
l.baseline 5d8406741f Initial commit 10 yıl önce
l.js 5d8406741f Initial commit 10 yıl önce
letconst_undeclinlinecache.js 5d8406741f Initial commit 10 yıl önce
letlet.js 1f8ef50fcc Implement fixes from pull request feedback: Fixed newlines at the end of perrors.h and letlet.js, removed .baseline usage in letlet.js tests, use interned string to check for 'let' identifier 10 yıl önce
letvar.baseline 5d8406741f Initial commit 10 yıl önce
letvar.js 5d8406741f Initial commit 10 yıl önce
loopinit.baseline 5d8406741f Initial commit 10 yıl önce
loopinit.js 5d8406741f Initial commit 10 yıl önce
m.baseline 5d8406741f Initial commit 10 yıl önce
m.js 5d8406741f Initial commit 10 yıl önce
mixedscope.baseline 5d8406741f Initial commit 10 yıl önce
mixedscope.js 5d8406741f Initial commit 10 yıl önce
n.baseline 5d8406741f Initial commit 10 yıl önce
n.js 5d8406741f Initial commit 10 yıl önce
o.baseline 5d8406741f Initial commit 10 yıl önce
o.js 5d8406741f Initial commit 10 yıl önce
p.baseline d6d5365859 Merge remote-tracking branch 'remotes/origin/master' into WebAssembly 9 yıl önce
p.js 5d8406741f Initial commit 10 yıl önce
q.baseline 3676755378 Update unit test baselines 8 yıl önce
q.js 5d8406741f Initial commit 10 yıl önce
r.baseline 64c9c20ed7 Improve error message for not defined identifier; update baselines. Fixes #2901. 8 yıl önce
r.js 5d8406741f Initial commit 10 yıl önce
redeclaration.baseline 5d8406741f Initial commit 10 yıl önce
redeclaration.js 5d8406741f Initial commit 10 yıl önce
rlexe.xml 8f40df4cb5 [MSFT 12313182] Detect assignment to const in nested functions that were originally deferred. Add symbol-is-const flag to Symbol and to ScopeInfo to allow us to detect this case. Don't rely on having access to a parse node for the declaration. 8 yıl önce
scopegen1.baseline 5d8406741f Initial commit 10 yıl önce
scopegen1.js 5d8406741f Initial commit 10 yıl önce
seal.js 5d8406741f Initial commit 10 yıl önce
seal1.js 5d8406741f Initial commit 10 yıl önce
seal2.js 5d8406741f Initial commit 10 yıl önce
shadowedsetter.js cb0b987232 Fixes #2809: Throw TypeError immediately when getter/setter is not callable or when this object is null or undefined. 8 yıl önce
storeundecl_eval.baseline 5d8406741f Initial commit 10 yıl önce
storeundecl_eval.js 5d8406741f Initial commit 10 yıl önce
storeundecl_multiscript.baseline 5d8406741f Initial commit 10 yıl önce
storeundecl_multiscript.js 5d8406741f Initial commit 10 yıl önce
storeundecl_script2.js 5d8406741f Initial commit 10 yıl önce
tdz1.baseline a737f00e18 Revert the original fix to 5424307 (difference in error thrown in deferred and non-deferred case of assignment to function result) as it was causing more problems than it fixed. Will come up with a proper fix for the original bug. 10 yıl önce
tdz1.js 5d8406741f Initial commit 10 yıl önce
tdz2.js 008cc686fc Address PR feedback 9 yıl önce
unassignedconst.js 5d8406741f Initial commit 10 yıl önce
unassignedconst_noneval_function.js 5d8406741f Initial commit 10 yıl önce
unassignedconst_noneval_global.js 5d8406741f Initial commit 10 yıl önce
with.baseline 5d8406741f Initial commit 10 yıl önce
with.js 5d8406741f Initial commit 10 yıl önce