| 1234567891011121314151617181920212223242526272829 |
- //-------------------------------------------------------------------------------------------------------
- // Copyright (C) Microsoft. All rights reserved.
- // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
- //-------------------------------------------------------------------------------------------------------
- //Configuration: es6.xml
- //Testcase Number: 2407
- //Switches: -PrintSystemException -maxinterpretcount:3 -maxsimplejitruncount:6 -werexceptionsupport -forcejitloopbody -force:rejit -force:ScriptFunctionWithInlineCache -force:fixdataprops -force:atom -ForceArrayBTree -off:lossyinttypespec -off:trackintusage -off:ParallelParse -off:fefixedmethods -off:LoopCountBasedBoundCheckHoist
- //Baseline Switches: -nonative -werexceptionsupport -PrintSystemException
- //Arch: X86
- //Flavor: chk
- //Branch: fbl_ie_stage_dev3
- //Build: 150425-1820
- //FullBuild: 10102.0.150425
- //MachineName: BPT42065
- //InstructionSet:
- //reduced switches: -maxsimplejitruncount:6 -maxinterpretcount:3
- var arrObj0 = {};
- var func4 = function () {
- arrObj0 = new Proxy(arrObj0, {});
- };
- for (i =0; i < 2; i++) {
- function v0() {
- }
- v0.prototype = arrObj0;
- var v1 = new v0();
- var test = { prop4: func4() };
- }
- WScript.Echo("PASS");
|