Michael Ferris cf71a962c1 Merge 1809 October Update changes 7 éve
..
631838.js 5d8406741f Initial commit 10 éve
CallerArgs.js 5d8406741f Initial commit 10 éve
CallerArgsES5.baseline 5d8406741f Initial commit 10 éve
FuncBody.bug133933.baseline 5d8406741f Initial commit 10 éve
FuncBody.bug133933.js 5d8406741f Initial commit 10 éve
FuncBody.bug227901.baseline 5d8406741f Initial commit 10 éve
FuncBody.bug227901.js c9855d92db after fixing eval map to not be used with property string, repeatedly eval on property will be slower, especially in debug build. 8 éve
FuncBody.bug231397.baseline 5d8406741f Initial commit 10 éve
FuncBody.bug231397.js 5d8406741f Initial commit 10 éve
FuncBody.bug232281.baseline 5d8406741f Initial commit 10 éve
FuncBody.bug232281.js c9855d92db after fixing eval map to not be used with property string, repeatedly eval on property will be slower, especially in debug build. 8 éve
FuncBody.bug236810.js d982c8472e Remove baselines that only contained 'pass' since that's handled in the test runner. 9 éve
FuncBody.js 5d8406741f Initial commit 10 éve
FuncBodyES5.baseline 5d8406741f Initial commit 10 éve
StackArgsWithFormals.baseline c9eb73c2f6 Fixing and refactoring the load of Func object operand in lower code 9 éve
StackArgsWithFormals.js bfd654774a OS#16824567 Function declared with same name as formal should disable stack args 8 éve
StackArgs_MaxInterpret.js 5d8406741f Initial commit 10 éve
TApply1.baseline 5d8406741f Initial commit 10 éve
TApply1.js 5d8406741f Initial commit 10 éve
apply.baseline 5d8406741f Initial commit 10 éve
apply.js 5d8406741f Initial commit 10 éve
apply3.baseline 5d8406741f Initial commit 10 éve
apply3.js 2b765347f6 Fix various spelling errors. 10 éve
applyArgs.baseline 5d8406741f Initial commit 10 éve
applyArgs.js 5d8406741f Initial commit 10 éve
arguments.es5.baseline 2b765347f6 Fix various spelling errors. 10 éve
arguments.es5.js 2b765347f6 Fix various spelling errors. 10 éve
arguments1.baseline 91e0e91288 Stack Arguments Optimization with presence of Formals. 9 éve
arguments1.js 5d8406741f Initial commit 10 éve
arguments2.baseline 91e0e91288 Stack Arguments Optimization with presence of Formals. 9 éve
arguments2.js 91e0e91288 Stack Arguments Optimization with presence of Formals. 9 éve
arguments3.baseline 5d8406741f Initial commit 10 éve
arguments3.js 5d8406741f Initial commit 10 éve
arguments4.js 5d8406741f Initial commit 10 éve
argumentsLimits.baseline 956e21d723 change 2 ERRnoMemory parse errors 8 éve
argumentsLimits.js 036fe50c38 Merge unreleased/rs3 to release/1.7 8 éve
argumentsMisc.js 5d8406741f Initial commit 10 éve
argumentsMisc_3.baseline 91e0e91288 Stack Arguments Optimization with presence of Formals. 9 éve
argumentsResolution.js 5d8406741f Initial commit 10 éve
argumentsResolution_3.baseline 5d8406741f Initial commit 10 éve
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 éve
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 éve
bug542360.js 5d8406741f Initial commit 10 éve
bug_258259.js d982c8472e Remove baselines that only contained 'pass' since that's handled in the test runner. 9 éve
bug_os17698041.js 5e93b03df0 Add unit test 7 éve
builtinFuncHasOwnPropCallerArguments.js cf71a962c1 Merge 1809 October Update changes 7 éve
call1.baseline 5d8406741f Initial commit 10 éve
call1.js 5d8406741f Initial commit 10 éve
call2.baseline 5d8406741f Initial commit 10 éve
call2.js 5d8406741f Initial commit 10 éve
caller_replaced_proto.js 5d8406741f Initial commit 10 éve
calli.js 5d8406741f Initial commit 10 éve
callmissingtgt.6.baseline 5d8406741f Initial commit 10 éve
callmissingtgt.js 5d8406741f Initial commit 10 éve
callsideeffects.js 5d8406741f Initial commit 10 éve
callsideeffects_3.baseline 5d8406741f Initial commit 10 éve
catchsymbolvar.js 5d8406741f Initial commit 10 éve
childCallsEvalJitLoopBody.js 5d8406741f Initial commit 10 éve
closure.baseline 5d8406741f Initial commit 10 éve
closure.js 5d8406741f Initial commit 10 éve
constructor.baseline 5d8406741f Initial commit 10 éve
constructor.js 5d8406741f Initial commit 10 éve
crosssite_bind_child.js 9cdf3412f6 formatting fix 10 éve
crosssite_bind_main.js ce4fb36ad2 MSFT: 6646000 Missing cross-site thunk for boundFunction 10 éve
ctrFlags.js 5d8406741f Initial commit 10 éve
ctrFlags3.baseline 5d8406741f Initial commit 10 éve
defernested.baseline 64c9c20ed7 Improve error message for not defined identifier; update baselines. Fixes #2901. 8 éve
defernested.js 5d8406741f Initial commit 10 éve
deferredBadContinue.baseline 5d8406741f Initial commit 10 éve
deferredBadContinue.js 5d8406741f Initial commit 10 éve
deferredGetterSetter.baseline 5d8406741f Initial commit 10 éve
deferredGetterSetter.js 5d8406741f Initial commit 10 éve
deferredParsing.js 5d8406741f Initial commit 10 éve
deferredParsing_3.baseline 5d8406741f Initial commit 10 éve
deferredWith.js 2b765347f6 Fix various spelling errors. 10 éve
deferredWith.v4.baseline 2b765347f6 Fix various spelling errors. 10 éve
deferredWith2.baseline 5d8406741f Initial commit 10 éve
deferredWith2.js 5d8406741f Initial commit 10 éve
deferredstuboob.js 2500e1cdc1 17-08 ChakraCore servicing release 8 éve
evenMoreFuncExpr3.baseline 64e761923d [CVE-2018-0936] Incorrect byte code for captured function expression name may lead to OOB - Internal 8 éve
evenMoreFuncExpr3.js 64e761923d [CVE-2018-0936] Incorrect byte code for captured function expression name may lead to OOB - Internal 8 éve
failnativecodeinstall.baseline 5d8406741f Initial commit 10 éve
failnativecodeinstall.js 5d8406741f Initial commit 10 éve
funcExpr.js 0b7f9a4bf3 Fix assert in cases of calls to captured function expressions inside 'with'. Make sure that the function expression scope is not marked for merging with the body scope if the function expression scope will be reified as an ActivationObject. This prevents firing of an assert on useless creation of empty scope slots. 9 éve
funcExpr5.baseline 942ac08633 fix baseline line endings 8 éve
jitLoopBody.baseline 5d8406741f Initial commit 10 éve
jitLoopBody.js 5d8406741f Initial commit 10 éve
moreFuncExpr.js 2b765347f6 Fix various spelling errors. 10 éve
moreFuncExpr3.baseline 2b765347f6 Fix various spelling errors. 10 éve
newFunction.baseline 5d8406741f Initial commit 10 éve
newFunction.js 5d8406741f Initial commit 10 éve
newsideeffect.baseline 5d8406741f Initial commit 10 éve
newsideeffect.js 5d8406741f Initial commit 10 éve
prototype.baseline 57bbb10952 Remove starting and ending newline character from function display string 9 éve
prototype.js 5d8406741f Initial commit 10 éve
prototype_set.js 9fdb68befa OS#16526223: Keep writes to 'prototype' from going through inline cache so that we get the necessary runtime behavior 7 éve
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 éve
redefer-recursive-inlinees.baseline cbec79cb21 Fix the test baseline for redefer-recursive-inlinees.js 9 éve
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 éve
rlexe.xml 9fdb68befa OS#16526223: Keep writes to 'prototype' from going through inline cache so that we get the necessary runtime behavior 7 éve
sameNamePara.baseline 5d8406741f Initial commit 10 éve
sameNamePara.js 5d8406741f Initial commit 10 éve
someMoreArguments.js 5d8406741f Initial commit 10 éve
someMoreArguments_3.baseline 5d8406741f Initial commit 10 éve
someMoreFuncExpr.js 5d8406741f Initial commit 10 éve
someMoreFuncExpr3.baseline 5d8406741f Initial commit 10 éve
stackargs.baseline 91e0e91288 Stack Arguments Optimization with presence of Formals. 9 éve
stackargs.js 5d8406741f Initial commit 10 éve
toString.baseline 5d8406741f Initial commit 10 éve
toString.js 5d8406741f Initial commit 10 éve
typeErrorAccessor.baseline 40b757d886 Update out-of-date tests. 8 éve
typeErrorAccessor.js 40b757d886 Update out-of-date tests. 8 éve
undefThis.js 5d8406741f Initial commit 10 éve
undefThis.v10.baseline 5d8406741f Initial commit 10 éve