Doug Ilijev 64c9c20ed7 Improve error message for not defined identifier; update baselines. Fixes #2901. 8 년 전
..
631838.js 5d8406741f Initial commit 10 년 전
CallerArgs.js 5d8406741f Initial commit 10 년 전
CallerArgsES5.baseline 5d8406741f Initial commit 10 년 전
FuncBody.bug133933.baseline 5d8406741f Initial commit 10 년 전
FuncBody.bug133933.js 5d8406741f Initial commit 10 년 전
FuncBody.bug227901.baseline 5d8406741f Initial commit 10 년 전
FuncBody.bug227901.js 5d8406741f Initial commit 10 년 전
FuncBody.bug231397.baseline 5d8406741f Initial commit 10 년 전
FuncBody.bug231397.js 5d8406741f Initial commit 10 년 전
FuncBody.bug232281.baseline 5d8406741f Initial commit 10 년 전
FuncBody.bug232281.js 5d8406741f Initial commit 10 년 전
FuncBody.bug236810.js d982c8472e Remove baselines that only contained 'pass' since that's handled in the test runner. 9 년 전
FuncBody.js 5d8406741f Initial commit 10 년 전
FuncBodyES5.baseline 5d8406741f Initial commit 10 년 전
StackArgsWithFormals.baseline 3daecc403b [MERGE #1938 @satheeshravi] Enabling StackArgs optimization for strict mode with writes to formals 9 년 전
StackArgsWithFormals.js 3daecc403b [MERGE #1938 @satheeshravi] Enabling StackArgs optimization for strict mode with writes to formals 9 년 전
StackArgs_MaxInterpret.js 5d8406741f Initial commit 10 년 전
TApply1.baseline 5d8406741f Initial commit 10 년 전
TApply1.js 5d8406741f Initial commit 10 년 전
apply.baseline 5d8406741f Initial commit 10 년 전
apply.js 5d8406741f Initial commit 10 년 전
apply3.baseline 5d8406741f Initial commit 10 년 전
apply3.js 2b765347f6 Fix various spelling errors. 10 년 전
applyArgs.baseline 5d8406741f Initial commit 10 년 전
applyArgs.js 5d8406741f Initial commit 10 년 전
arguments.es5.baseline 2b765347f6 Fix various spelling errors. 10 년 전
arguments.es5.js 2b765347f6 Fix various spelling errors. 10 년 전
arguments1.baseline 91e0e91288 Stack Arguments Optimization with presence of Formals. 9 년 전
arguments1.js 5d8406741f Initial commit 10 년 전
arguments2.baseline 91e0e91288 Stack Arguments Optimization with presence of Formals. 9 년 전
arguments2.js 91e0e91288 Stack Arguments Optimization with presence of Formals. 9 년 전
arguments3.baseline 5d8406741f Initial commit 10 년 전
arguments3.js 5d8406741f Initial commit 10 년 전
arguments4.js 5d8406741f Initial commit 10 년 전
argumentsLimits.baseline 5d8406741f Initial commit 10 년 전
argumentsLimits.js 5d8406741f Initial commit 10 년 전
argumentsMisc.js 5d8406741f Initial commit 10 년 전
argumentsMisc_3.baseline 91e0e91288 Stack Arguments Optimization with presence of Formals. 9 년 전
argumentsResolution.js 5d8406741f Initial commit 10 년 전
argumentsResolution_3.baseline 5d8406741f Initial commit 10 년 전
bind.baseline 2419a69bb7 When we create a bound function, we set its prototype to match the prototype of the target function. Typically this is the Function prototype. But if it isn't, we can't set the prototype of the new instance without changing the prototype of all the other bound functions that are sharing the type. If the type is shared, and the new prototype doesn't match, create a new type for the new instance. 10 년 전
bind.js 2419a69bb7 When we create a bound function, we set its prototype to match the prototype of the target function. Typically this is the Function prototype. But if it isn't, we can't set the prototype of the new instance without changing the prototype of all the other bound functions that are sharing the type. If the type is shared, and the new prototype doesn't match, create a new type for the new instance. 10 년 전
bug542360.js 5d8406741f Initial commit 10 년 전
bug_258259.js d982c8472e Remove baselines that only contained 'pass' since that's handled in the test runner. 9 년 전
call1.baseline 5d8406741f Initial commit 10 년 전
call1.js 5d8406741f Initial commit 10 년 전
call2.baseline 5d8406741f Initial commit 10 년 전
call2.js 5d8406741f Initial commit 10 년 전
caller_replaced_proto.js 5d8406741f Initial commit 10 년 전
calli.js 5d8406741f Initial commit 10 년 전
callmissingtgt.6.baseline 5d8406741f Initial commit 10 년 전
callmissingtgt.js 5d8406741f Initial commit 10 년 전
callsideeffects.js 5d8406741f Initial commit 10 년 전
callsideeffects_3.baseline 5d8406741f Initial commit 10 년 전
catchsymbolvar.js 5d8406741f Initial commit 10 년 전
childCallsEvalJitLoopBody.js 5d8406741f Initial commit 10 년 전
closure.baseline 5d8406741f Initial commit 10 년 전
closure.js 5d8406741f Initial commit 10 년 전
constructor.baseline 5d8406741f Initial commit 10 년 전
constructor.js 5d8406741f Initial commit 10 년 전
crosssite_bind_child.js 9cdf3412f6 formatting fix 10 년 전
crosssite_bind_main.js ce4fb36ad2 MSFT: 6646000 Missing cross-site thunk for boundFunction 10 년 전
ctrFlags.js 5d8406741f Initial commit 10 년 전
ctrFlags3.baseline 5d8406741f Initial commit 10 년 전
defernested.baseline 64c9c20ed7 Improve error message for not defined identifier; update baselines. Fixes #2901. 8 년 전
defernested.js 5d8406741f Initial commit 10 년 전
deferredBadContinue.baseline 5d8406741f Initial commit 10 년 전
deferredBadContinue.js 5d8406741f Initial commit 10 년 전
deferredGetterSetter.baseline 5d8406741f Initial commit 10 년 전
deferredGetterSetter.js 5d8406741f Initial commit 10 년 전
deferredParsing.js 5d8406741f Initial commit 10 년 전
deferredParsing_3.baseline 5d8406741f Initial commit 10 년 전
deferredWith.js 2b765347f6 Fix various spelling errors. 10 년 전
deferredWith.v4.baseline 2b765347f6 Fix various spelling errors. 10 년 전
deferredWith2.baseline 5d8406741f Initial commit 10 년 전
deferredWith2.js 5d8406741f Initial commit 10 년 전
evenMoreFuncExpr3.baseline 5d8406741f Initial commit 10 년 전
evenMoreFuncExpr3.js 5d8406741f Initial commit 10 년 전
failnativecodeinstall.baseline 5d8406741f Initial commit 10 년 전
failnativecodeinstall.js 5d8406741f Initial commit 10 년 전
funcExpr.js 23a3d5b23f Correct the construction of scope chain structures in corner cases involving named function expressions. 9 년 전
funcExpr5.baseline 64c9c20ed7 Improve error message for not defined identifier; update baselines. Fixes #2901. 8 년 전
jitLoopBody.baseline 5d8406741f Initial commit 10 년 전
jitLoopBody.js 5d8406741f Initial commit 10 년 전
moreFuncExpr.js 2b765347f6 Fix various spelling errors. 10 년 전
moreFuncExpr3.baseline 2b765347f6 Fix various spelling errors. 10 년 전
newFunction.baseline 5d8406741f Initial commit 10 년 전
newFunction.js 5d8406741f Initial commit 10 년 전
newsideeffect.baseline 5d8406741f Initial commit 10 년 전
newsideeffect.js 5d8406741f Initial commit 10 년 전
prototype.baseline 57bbb10952 Remove starting and ending newline character from function display string 9 년 전
prototype.js 5d8406741f Initial commit 10 년 전
redefer-f-i-b-eval.js 664a9bd7a2 Fix byte code gen for function-in-block in eval. An optimization to permit redeferral of function-in-block was missing a legality check in eval code. 9 년 전
redefer-recursive-inlinees.baseline cbec79cb21 Fix the test baseline for redefer-recursive-inlinees.js 9 년 전
redefer-recursive-inlinees.js 355480894e Fix an issue where redeferral did not properly track recursive inlinees, e.g. 'a' inlines 'b', which inlines 'c'. If 'a' was not redeferred, we were properly marking 'a' and 'b' as active, but not 'c'. 9 년 전
rlexe.xml d982c8472e Remove baselines that only contained 'pass' since that's handled in the test runner. 9 년 전
sameNamePara.baseline 5d8406741f Initial commit 10 년 전
sameNamePara.js 5d8406741f Initial commit 10 년 전
someMoreArguments.js 5d8406741f Initial commit 10 년 전
someMoreArguments_3.baseline 5d8406741f Initial commit 10 년 전
someMoreFuncExpr.js 5d8406741f Initial commit 10 년 전
someMoreFuncExpr3.baseline 5d8406741f Initial commit 10 년 전
stackargs.baseline 91e0e91288 Stack Arguments Optimization with presence of Formals. 9 년 전
stackargs.js 5d8406741f Initial commit 10 년 전
toString.baseline 5d8406741f Initial commit 10 년 전
toString.js 5d8406741f Initial commit 10 년 전
typeErrorAccessor.baseline 57bbb10952 Remove starting and ending newline character from function display string 9 년 전
typeErrorAccessor.js 5d8406741f Initial commit 10 년 전
undefThis.js 5d8406741f Initial commit 10 년 전
undefThis.v10.baseline 5d8406741f Initial commit 10 년 전