diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T1.js index 34ff375b97ec58e4968c90c702fdc91cb9210af2..4ca0a1c8bd31a40caf0dc9a57674ca39216ff1cf 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T1.js @@ -5,7 +5,7 @@ * Program functions are defined in source text by a FunctionDeclaration or created dynamically either * by using a FunctionExpression or by using the built-in Function object as a constructor * - * @path 10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T1.js + * @path 10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T1.js * @description Defining function by a FunctionDeclaration */ diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T2.js index 16ce183381c05fce05c9faa1fc56cef37c2ab5fc..7d2ac5b69259a862bf4ac693b75c10bdc7636ddd 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T2.js @@ -5,7 +5,7 @@ * Program functions are defined in source text by a FunctionDeclaration or created dynamically either * by using a FunctionExpression or by using the built-in Function object as a constructor * - * @path 10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T2.js + * @path 10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T2.js * @description Creating function dynamically by using a FunctionExpression */ diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T3.js index 0af290a2896fea1178a2b2734d672474c7758606..d5b5585cddc1f5b20d72f97f00a571d3c3ab7021 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T3.js @@ -5,7 +5,7 @@ * Program functions are defined in source text by a FunctionDeclaration or created dynamically either * by using a FunctionExpression or by using the built-in Function object as a constructor * - * @path 10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T3.js + * @path 10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A1_T3.js * @description Creating function dynamically by using the built-in Function object as a constructor */ diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A2_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A2_T1.js index 5ed773654a7dda50158734e5edcbb4c967fb3f03..1acac2859ba50c437085250b9b05e91f765d493b 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A2_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A2_T1.js @@ -5,7 +5,7 @@ * There are two types of Function objects. Internal functions * are built-in objects of the language, such as parseInt and Math.exp * - * @path 10_Execution_Contexts/10.1_Definitions/S10.1.1_A2_T1.js + * @path 10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.1_A2_T1.js * @description Checking types of parseInt and Math.exp */ diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T1.js index 70383a973a9330781cec4cf3f4c5147d3c617020..bdd68069cf0e3724383cec3d24cdf4131492ff93 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T1.js @@ -4,7 +4,7 @@ /** * The activation object is initialised with a property with name arguments and attributes {DontDelete} * - * @path 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js + * @path 10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T1.js * @description Checking if deleting function parameter is possible * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T2.js index fb1e5fc08b2378802e50c16e3f1714af970c0f20..91092f11d58c6a9eae33d124422e24411a57cc58 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T2.js @@ -4,7 +4,7 @@ /** * The activation object is initialised with a property with name arguments and attributes {DontDelete} * - * @path 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T2.js + * @path 10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T2.js * @description Checking funtion which returns property "arguments" */ diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T3.js index fbe210303dc5afd4328126c685fdfcc05ccfe5a7..7d242ba0a58fed0492d45af583b4755f2c6300f3 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T3.js @@ -4,7 +4,7 @@ /** * The activation object is initialised with a property with name arguments and attributes {DontDelete} * - * @path 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js + * @path 10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.6_A1_T3.js * @description Checking function which returns "this" * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.7_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.7_A1_T1.js index 3cfc2d88693f00da3f71747fc0108765706fb601..d36d040075a3ad3341d2c439b593d29736cbd919 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.7_A1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.7_A1_T1.js @@ -4,7 +4,7 @@ /** * The this value associated with an executioncontext is immutable * - * @path 10_Execution_Contexts/10.1_Definitions/S10.1.7_A1_T1.js + * @path 10_Execution_Contexts/10.1_Types_of_Executable_Code/S10.1.7_A1_T1.js * @description Checking if deleting "this" fails */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A1.js index 7f18d503347b98d06ab645c753c6ebba9911798d..e5bfb3c85d6e3881b0b481f9a9aeb7b12ae83450 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A1.js @@ -5,7 +5,7 @@ * If the caller supplies fewer parameter values than there are * formal parameters, the extra formal parameters have value undefined * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A1.js * @description Calling function excluding a few parameters */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A2.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A2.js index 973c346760218ecd720eaa4de846c392456e63ea..1490f3af96122b37de5dc60ca158ac6097e311e6 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A2.js @@ -6,7 +6,7 @@ * the same property, the corresponding property is given the value that was * supplied for the last parameter with this name * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A2.js * @description Creating functions initialized with two or more formal parameters, which have the same name * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A3.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A3.js index f70d25d40422947f50fbd4272e4d99ad5578523e..bcd5ba628704fb96da59d07c6eda788ca33aea07 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A3.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A3.js @@ -6,7 +6,7 @@ * name as some previous parameters do) was not supplied by the * caller, the value of the corresponding property is undefined * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A3.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A3.js * @description Creating functions with two or more formal parameters, * that have the same name. Calling this function excluding a few last parameters */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A4_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A4_T1.js index 607f54abfc96f17af53f21d23e195aba9467ea3c..cb6dfde17e6719fe83698c956abe3b103a0f6930 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A4_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A4_T1.js @@ -7,7 +7,7 @@ * value and attributes. Semantically, this step must follow the creation of * FormalParameterList properties * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A4_T1.js * @description Checking existence of a function with passed parameter * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A4_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A4_T2.js index 53de0e97ac08d0837f961f9d160f1da26c49e9ff..98459bca6794114c99bad11fa06d905d8a151014 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A4_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A4_T2.js @@ -7,7 +7,7 @@ * value and attributes. Semantically, this step must follow the creation of * FormalParameterList properties * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T2.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A4_T2.js * @description Checking existence of a function with declared variable */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.1_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.1_T1.js index 3273e2c2b58e844f0dd9640d4189a68789ce7064..6784005adbca10e448092fdb884287e223f51fa9 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.1_T1.js @@ -7,7 +7,7 @@ * in the VariableDeclaration or VariableDeclarationNoIn, whose value is * undefined and whose attributes are determined by the type of code * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.1_T1.js * @description Checking variable existence only */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.1_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.1_T2.js index 21e08905298850871f452b910b1267dfffed2477..9ee8fe9ab22fe20343bbe45bf1e2ba96f68a6336 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.1_T2.js @@ -7,7 +7,7 @@ * in the VariableDeclaration or VariableDeclarationNoIn, whose value is * undefined and whose attributes are determined by the type of code * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T2.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.1_T2.js * @description Checking existence of the variable object property with formal parameter */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.2_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.2_T1.js index 29b5326a9a2fde2e54661809f7a337d3f02a32bb..b06580d44c050a5f495542ceb58ce881627c68d6 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.2_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.2_T1.js @@ -6,7 +6,7 @@ * name of a declared variable, the value of the property and its attributes * are not changed * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.2_T1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.1_Environment_Records/S10.1.3_A5.2_T1.js * @description Checking existence of the variable object property with formal parameter */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T1.js index 770f90c33b24e95f0a5f295eddf9482f0a275380..a4e0323f111737bcf7a4fe1842f7b9bfd1842776 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T1.js @@ -6,7 +6,7 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T1.js * @description Checking scope chain containing function declarations */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T2.js index cf2c88d141b489c80f8eb3c0d159ef79df539e62..7bd0ab1f56fbba4c974acd7ba78642209cc103b9 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T2.js @@ -6,7 +6,7 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T2.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T2.js * @description Checking scope chain containing function declarations */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T3.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T3.js index c6ca13c3c4fe816a55cb53bac42306648e9835f8..7d3c2e59fbc772b578338c90e147ec6f0269d7e8 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T3.js @@ -6,7 +6,7 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T3.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T3.js * @description Checking scope chain containing function declarations */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T4.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T4.js index 1ebe9b4d4a50af1cb6d2722b8fb038c0fca1bcfe..fba1eda67445f55f0dc02b9edeca281968f563da 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T4.js @@ -6,7 +6,7 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T4.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T4.js * @description Checking scope chain containing function declarations */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T5.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T5.js index d1d68f9957d0faa662b4c1dad3a2e046dd242a3e..156bab36c0c72efc125433aaa34c2d1d619915e5 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T5.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T5.js @@ -6,7 +6,7 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T5.js * @description Checking scope chain containing function declarations and "with" * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T6.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T6.js index 0bdad6141d8faaf554fdc427e009fa3f099fe82d..d4247f85a39e2592dc8f2b59dc15ba0836b56519 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T6.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T6.js @@ -6,7 +6,7 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T6.js * @description Checking scope chain containing function declarations and "with" * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T7.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T7.js index d94a0571da9b8c4d2dc58be794d0ee59ad9145b8..d8b2fbdc1ab0a1d31f95bb4d3a75cfabdba20dae 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T7.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T7.js @@ -6,7 +6,7 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T7.js * @description Checking scope chain containing function declarations and "with" * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T8.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T8.js index 60db5778e8c3638d69d2eafbf6bd6d44259958bd..429741cec04df96325e8b442ff43fcf7a285cc0c 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T8.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T8.js @@ -6,7 +6,7 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T8.js * @description Checking scope chain containing function declarations and "with" * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T9.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T9.js index 9e7d922b9c063913e40f595206b4f0d44ae89c6c..7ad5aa6d4cccd7384814e0cdf3848728b1488e08 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T9.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T9.js @@ -6,7 +6,7 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.2__Lexical_Environment_Operations/S10.1.4_A1_T9.js * @description Checking scope chain containing function declarations and "with" * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T1.js index 17b5114a63848e9ad46d93a02559d7569726906b..553b99a9b51d0e9fa9553b3d65dbc9a75f0ff5ff 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T1.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T1.js * @description Global execution context - Value Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T2.js index f222afa910460baf7f13f84667dbb58b4d43a835..6d067d9d9add98d3bf1990a1538bc9d646234564 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T2.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T2.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T2.js * @description Global execution context - Function Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T3.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T3.js index e4abb3f5c46ac2b8a049b6de94aa1a69b377db66..e76916d0384fb31b184a3a0ff94370efaef82fea 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T3.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T3.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T3.js * @description Global execution context - Constructor Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T4.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T4.js index 481d58ad22ac2ebcca7938c8ab866642ea4dc56e..b752f6fb19622acedaf7cda9a3638fac2213208a 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T4.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T4.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.1_T4.js * @description Global execution context - Other Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T1.js index 84c20a4a82869de558ec51019d09d643aa8185bc..59ab50c50c1e5bc45a18ceff101e6998511827b9 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T1.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T1.js * @description Function execution context - Value Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T2.js index 981febdbb37d53ce26e274a17a09c6232a4befb2..48e4a7b0723635bb7e11cf2d53002a912595d312 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T2.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T2.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T2.js * @description Function execution context - Function Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T3.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T3.js index db286bc6ff75e20b51fa21994b3247a57387f544..4402003bf4f5162ba7c819178f934446411fbfcf 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T3.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T3.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T3.js * @description Function execution context - Constructor Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T4.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T4.js index ff25ed88a14f84a1a3b2ed010c99178a97efb061..381b8c9de8d6cd5f4a6310bb1153e6c1f17ee707 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T4.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T4.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.2_T4.js * @description Function execution context - Other Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T1.js index c91f6b03e1ed17d8239575ab9b0bcd37c3236935..85834d3934f7178ab44f0b19e914a8e5a55c6781 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T1.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T1.js * @description Eval execution context - Value Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T2.js index be127d62f80279b9434b6185053c8c889f04b4b1..49ed920fbaea3a6b284a375aea197db4e2e34287 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T2.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T2.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T2.js * @description Eval execution context - Function Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T3.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T3.js index 36c66718ed6268a9dbc33d3f20a75f11b7889db9..22f98d3df13023e682b7c13556badcb92b0d4c4e 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T3.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T3.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T3.js * @description Eval execution context - Constructor Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T4.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T4.js index a5b261d761951833ddb7e1b4691c0d052d56aad8..d6d6f76833d382a95bc7f167afd014b94a952677 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T4.js @@ -5,7 +5,7 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T4.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A1.3_T4.js * @description Eval execution context - Other Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T1.js index eb311a3f776eabce8e5f2eac4bf76d702de1c394..d41bb0d500195f414aeb65c4e303d39af8394384 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T1.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T1.js * @description Global execution context - Value Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T2.js index 8c339df80a57183bcb1a5cc04d0abe1669fe9292..c2129f86a696aa2bc922ab952c77d0534b347a84 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T2.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T2.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T2.js * @description Global execution context - Function Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T3.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T3.js index 447d155a944d1c029748128803004c2c3e3b8135..d4435455871ef686263b5e9a7b9ce0e2cb7336b6 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T3.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T3.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T3.js * @description Global execution context - Constructor Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T4.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T4.js index e3473a01c4c41c3e4e79fded680c260a2cf205d7..d6480454262d581128a091fd4e43fefe9b3d3d6a 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T4.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T4.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.1_T4.js * @description Global execution context - Other Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T1.js index 0bae0d296380622b528c9d29582222641f4bb781..4385c0eba9ab4b1eeb6618bb340a3a1bc1554246 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T1.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T1.js * @description Function execution context - Value Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T2.js index f3c48f4d456e804aac0a00eaa8af756f992901e2..6f4a5ddca62a2b73df2599c7558440da797c2b51 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T2.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T2.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T2.js * @description Function execution context - Function Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T3.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T3.js index ed9cd64917bbd0ec57357d83cff20809b83973ad..9ad7a969b34c118d7e251e7a3f753c1b5c8e7031 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T3.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T3.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T3.js * @description Function execution context - Constructor Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T4.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T4.js index 841d57c3145f86360b9637b6155f46cc3fcad05f..ec20ca1f91004c334585c2356febce21d70547fb 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T4.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T4.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.2_T4.js * @description Function execution context - Other Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T1.js index edf9b5432f0f2e8f9616f2292673c1dacef7092b..1a5d4f6764ed31b5da8c13e7563d8e47d0e09411 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T1.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T1.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T1.js * @description Global execution context - Value Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T2.js index 7bd914dd59718a565650e28cb5ea7a19e723d815..eca5d6ddba37dd71200b84e3b800ce461c2eed14 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T2.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T2.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T2.js * @description Global execution context - Function Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T3.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T3.js index 6180ae48b13b8e0cca9791f50c0600a4222f5392..b77796f0e76909abdd9063d97acfffd53b22f81d 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T3.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T3.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T3.js * @description Global execution context - Constructor Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T4.js b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T4.js index b07e7895bfa7da63028afdc0da76c6a91c32ece6..cc186418389f9972bda01b3a1fedcdb160e6b10a 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T4.js @@ -4,7 +4,7 @@ /** * Global object properties have attributes { DontEnum } * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T4.js + * @path 10_Execution_Contexts/10.2_Lexical_Environments/10.2.3_The_Global_Environment/S10.1.5_A2.3_T4.js * @description Global execution context - Other Properties */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.1_Global_Code/S10.2.1_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.1_Global_Code/S10.2.1_A1_T1.js index ac7f468cee9b761928b6d8819ce3200c0afb8490..0c45db329a909d951f83c2d3782f9f74e947d3b6 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.1_Global_Code/S10.2.1_A1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.1_Global_Code/S10.2.1_A1_T1.js @@ -5,7 +5,7 @@ * Variable instantiation is performed using the global object as * the variable object and using property attributes { DontDelete } * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.1_Global_Code/S10.2.1_A1_T1.js * @description Checking if deleting variable x, that is defined as var x = 1, fails * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.1_Global_Code/S10.2.1_A1_T2.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.1_Global_Code/S10.2.1_A1_T2.js index 83343de60602861659d125a68528274017b53ede..62649b1129af0028d51bebe944b9edc0c168e1d5 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.1_Global_Code/S10.2.1_A1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.1_Global_Code/S10.2.1_A1_T2.js @@ -5,7 +5,7 @@ * Variable instantiation is performed using the global object as * the variable object and using property attributes { DontDelete } * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.1_Global_Code/S10.2.1_A1_T2.js * @description Checking if deleting variable x, that is defined as x = 1, fails * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T1.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T1.js index 90d90800a61bca472c6b54bc758c2c9739e2b2a4..392671d412e7dd7641937a1c02e5bc0eebb40348 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T1.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T1.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T10.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T10.js index 67e5c345863107c8fcf6ab931193d157677ef7df..b70968fcc8713ed9cd5059971c298041bf0687ae 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T10.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T10.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T10.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T11.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T11.js index 27e6f25d2edf20915483013ea05ebc4401615ba8..592c20d57f4640898ccc307c8aa90b1133dbf6cb 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T11.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T11.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T11.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T2.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T2.js index 569d2d3720004ad005c93b1c37027d1c9980d8f4..488b9f687518c9501e0c6f39b5767dd425aa0511 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T2.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T2.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T3.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T3.js index fe2c21371d786354c0f4a15035bb4cf6d1a8a32e..2e315444569f6a74ab22af56d017a8669b98f146 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T3.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T3.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T4.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T4.js index 1a7eb7f8703ccaf927a61cf7c9f7ccc8f95811e9..766f56e0fdc09e9e385f2d6ad73127a1d7e90f63 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T4.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T4.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T5.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T5.js index b1c84434b02493c9454d91058f3dbb03cee4ba9f..ae42f8a44186c4acec08b261894258f5c8b86fb9 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T5.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T5.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T5.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T6.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T6.js index e766c94f525e95950a7f4ed2428a86799123f841..e2672f2feb873f42f3364d5cbe55918434021f55 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T6.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T6.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T6.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T7.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T7.js index 7dfe7918bebd05961b33c16be17bb0163fc1809f..0e8dbd75e2285d4e17f5414255ba036a4d16bd89 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T7.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T7.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T7.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T8.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T8.js index f360f8a91046e48dc11dc4ff12c8466fe36188a0..9790ee0be1c3951be2ffc4c8d1434f562eb1e2f3 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T8.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T8.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T8.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T9.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T9.js index 6e8675d8bba3caeb23a72b4bd2d37a3dce41d935..7c17ef319ace3760be13801a5cb21382566a8259 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T9.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T9.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.1_T9.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T1.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T1.js index 44830e805ed3da3ed50268da499dbbd0ca4e0098..c15e1c94ec0205db55cb50b981efc9be23c72ef7 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T1.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T1.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T10.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T10.js index 670eb2e1b085808c3d1c4bbac39a5ca34b34654d..8dfd67ad0b5ddb7a4eb5a8eb2231aa3625a76595 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T10.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T10.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T10.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T11.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T11.js index 516d342456c2ab2c66e69406881150ffe5155338..299a9ab4e7f3765d72b361563874d2774fae0ac7 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T11.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T11.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T11.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T2.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T2.js index 8f60e557f09ab2974975403776c6ddd4c6521b37..a369d83f8f7528801c909f681e9ca2c65a5993a2 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T2.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T2.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T3.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T3.js index 6913099da8a5810a8d3f430c8052a1e2a63d1944..73fface0f18ebb5aaafa4e5f2e24f2f6d3890bd5 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T3.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T3.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T4.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T4.js index c535bf326d0f9797636847a006e325c94b18ed52..41e682e93cc40dfb9148147b3610b993b4a71724 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T4.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T4.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T5.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T5.js index 6f02f389252eb65395b39f089246b74e6f7bdcae..167f4c00dc8612f093fa4740cf46076e7682e899 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T5.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T5.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T5.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T6.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T6.js index 6d32765676c313b87796cf0027f1ef396b7e091b..0287368d4406de187ec3996e0a940150e8a5135b 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T6.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T6.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T6.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T7.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T7.js index 631f3a8b2ac201ffaa6c33ae1cfcde72793e2597..07793ab96b18ee5fdd95cbdda6c407a0a3b36bb6 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T7.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T7.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T7.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T8.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T8.js index 37c1214a585eef303f3caee1b29c610e880645c6..78d1e533fbf32f824f914d4acc7ce1cc5647b5f0 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T8.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T8.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T8.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T9.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T9.js index 8c82b3c8585884d23cfca8940a2287d4be4d6d13..5f8ee314c48c355c18f216ad7413b00c09fc2c1b 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T9.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T9.js @@ -5,7 +5,7 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/10.4.2_Eval_Code/S10.2.2_A1.2_T9.js * @description eval within global execution context */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/S10.2_A1.1_T1.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/S10.2_A1.1_T1.js index 879e2ccc369f162fb68e7c8dbff132b151e86ecf..87768c69348ad60a302d96ed3bcb9467f9a1d8eb 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/S10.2_A1.1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/S10.2_A1.1_T1.js @@ -4,7 +4,7 @@ /** * Every function call enters a new execution context * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T1.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/S10.2_A1.1_T1.js * @description Sequence of function calls */ diff --git a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/S10.2_A1.1_T2.js b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/S10.2_A1.1_T2.js index 9cdecbce8f6db7dcbf5d20a391a79af580972a54..ff1c394b1429e142e485cd59888372cda55a16b8 100644 --- a/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/S10.2_A1.1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.4_Establishing_An_Execution_Context/S10.2_A1.1_T2.js @@ -4,7 +4,7 @@ /** * Every function call enters a new execution context * - * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T2.js + * @path 10_Execution_Contexts/10.4_Establishing_An_Execution_Context/S10.2_A1.1_T2.js * @description Recursive function call */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A1.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A1.js index 19cda22611a71a383a4d834b08a31db416e1f9b3..321117de8ebc30c2a3fa3a6ee6bf20f512f60745 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A1.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A1.js @@ -5,7 +5,7 @@ * When control enters an execution context for function code, * an arguments object is created and initialised * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A1.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A1.js * @description Executing function which uses arguments object */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A2.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A2.js index 4ced19f2726467003aec4e7110bf977a4d061e80..bc0c70d6fa0dd6159e4f1b1a82054064628ba685 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A2.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A2.js @@ -6,7 +6,7 @@ * created arguments object is the original Object prototype object, the one * that is the initial value of Object.prototype * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A2.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A2.js * @description Checking arguments.constructor.prototype===Object.prototype */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T1.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T1.js index fe773fc56256b6da4b7c125f06a620d788ef5360..ab2834e891b14b31a4c9ead4992b1f09d90bebae 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T1.js @@ -5,7 +5,7 @@ * A property is created with name callee with property * attributes { DontEnum } and no others * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T1.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T1.js * @description Checking existence of arguments.callee property */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T2.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T2.js index fde60fe98a659f6a0acacf6e7fe6aad9c56b8fb5..a6d8fcb1588adf281cbe8b1974927e1ca40e1e86 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T2.js @@ -5,7 +5,7 @@ * A property is created with name callee with property * attributes { DontEnum } and no others * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T2.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T2.js * @description Checking if enumerating the arguments.callee property fails */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T3.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T3.js index 0e0c16819c1845a50ceaa2d9d81710576c94709e..e505822c7d143b43c9fbd43f69dec9f524d4d360 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T3.js @@ -5,7 +5,7 @@ * A property is created with name callee with property * attributes { DontEnum } and no others * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T3.js * @description Checking if deleting arguments.callee property fails * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T4.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T4.js index 381b51b07c030533750a238470693c1ed34fae2c..28bc73cdb7e34f838f6917beb966cf3149995d95 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T4.js @@ -5,7 +5,7 @@ * A property is created with name callee with property * attributes { DontEnum } and no others * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A3_T4.js * @description Overriding arguments.callee property * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A4.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A4.js index a120fe16934f2532aafeca6a53722d793fa3e6cf..036f1682054d3983d5b382c9932e0c2782fb298e 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A4.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A4.js @@ -5,7 +5,7 @@ * The initial value of the created property callee is the * Function object being executed * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A4.js * @description Checking that arguments.callee === function object * @noStrict */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T1.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T1.js index a4add899bb35157a75bc34c6c52752677b580511..0cf170275b64fc0fe8710c80afb2ca1b0dede4b5 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T1.js @@ -5,7 +5,7 @@ * A property is created with name length with property * attributes { DontEnum } and no others * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T1.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T1.js * @description Checking existence of arguments.length property */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T2.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T2.js index 15d777f6407350585452c3bc6c1d496a99045f21..0420f4cf7e1b41f9287ba8e937ce11921cf8c471 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T2.js @@ -5,7 +5,7 @@ * A property is created with name length with property * attributes { DontEnum } and no others * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T2.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T2.js * @description Checking if enumerating the arguments.length property fails */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T3.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T3.js index e8a700f0afd83b1aefb52e28ff771ad62094d962..823c557f91ed8aa6b028c800928589daa8d6e6c1 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T3.js @@ -5,7 +5,7 @@ * A property is created with name length with property * attributes { DontEnum } and no others * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T3.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T3.js * @description Checking if deleting arguments.length property fails */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T4.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T4.js index fbf041c29d6450c013c2f83d4029d81d37328052..1e1eec6d432d328dd8c20f2b370b96c9c4cf15b4 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T4.js @@ -5,7 +5,7 @@ * A property is created with name length with property * attributes { DontEnum } and no others * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A5_T4.js * @description Overriding arguments.length property */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A6.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A6.js index c5415361a5f5ccacd8cc3208253521f53520426d..d219b6610711581e2dfa6a8cdff64e4587941393 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A6.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A6.js @@ -5,7 +5,7 @@ * The initial value of the created property length is the number * of actual parameter values supplied by the caller * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A6.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A6.js * @description Create function, that returned arguments.length */ diff --git a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A7.js b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A7.js index 7f6a57a3a05a55a14518cbc1810536bfa4455c61..700996f7ce2bc0b6bc50ee08bb43bdd01a59a409 100644 --- a/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A7.js +++ b/test/suite/converted/10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A7.js @@ -4,7 +4,7 @@ /** * Get arguments of function * - * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A7.js + * @path 10_Execution_Contexts/10.6_Arguments_Object/S10.1.8_A7.js * @description Use property arguments */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-22-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-22-s.js index 63cc2949a8bbf5a92f93a473a81138fac922dada..66f6c9f4e38c8ac4589f877874a71ff5cf90bd6a 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-22-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-22-s.js @@ -25,7 +25,8 @@ */ -assertTruthy(function () { +function testcase() { + return function () { "use strict"; try { eval("var public = 1;"); @@ -33,4 +34,6 @@ assertTruthy(function () { } catch (e) { return e instanceof SyntaxError; } - } ()); + } (); + } +runTestCase(testcase); diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-23-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-23-s.js index 6a79d4f0d9daa4804e376da5bdddf5ef4bfe4919..e428e6dacf2c34e6e57242e6ddeac6db816d1aee 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-23-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-23-s.js @@ -25,8 +25,11 @@ */ -assertTruthy(function () { +function testcase() { + return function () { eval("var public = 1;"); return public === 1; "use strict"; - } ()); + } (); + } +runTestCase(testcase); diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-24-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-24-s.js index bdaccc1526ca8b9b9eaa2c57c673a24b14eb829b..3a0b170cca865420dc38805ed8686deac2e674bb 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-24-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-24-s.js @@ -25,8 +25,11 @@ */ -assertTruthy(function () { +function testcase() { + return function () { eval("var public = 1;"); "use strict"; return public === 1; - } ()); + } (); + } +runTestCase(testcase);